layoutContent
Modify the content area of the entry. The content area is the "button" area of a standard entry layout. It is common to apply one widget to this area, which is the entire "setting button" for the entry.
The content area is bounded to 110 pixels wide, and can be an arbitrary height, but the standard is 20px.
[Prefix text goes above the entry]
[Title here ][Deco][Content] <- lays out here
Content copied to clipboard
Return
this builder
Author
fzzyhmstrs
Since
Parameters
layoutOperations
UnaryOperator<LayoutWidget> modifiers to apply to the content layout of the entry. This can fully replace the layout; though that doesn't serve particularly much purpose as the content layout starts empty already